Crate conduit[][src]

Modules

HTTP header types

Structs

A set of HTTP headers

The Request Method (VERB)

Represents an HTTP request.

Represents an HTTP response

A type representing the instant a request was received

An HTTP status code (status-code in RFC 7230 et al.).

Represents a version of the HTTP spec.

Enums

A type representing a Response body.

Traits

A Handler takes a request and returns a response or an error. By default, a bare function implements Handler.

Functions

A helper to convert a concrete error type into a Box<dyn Error + Send>

Type Definitions

A Dictionary for extensions provided by the server or middleware